home *** CD-ROM | disk | FTP | other *** search
- object Principale: TPrincipale
- Left = 279
- Top = 228
- BorderStyle = bsDialog
- Caption = 'CrackMe by - aLoNg3x - v. 1.00'
- ClientHeight = 132
- ClientWidth = 292
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object _Nome: TLabel
- Left = 8
- Top = 8
- Width = 31
- Height = 13
- Caption = 'Nome:'
- end
- object _Codice: TLabel
- Left = 8
- Top = 32
- Width = 36
- Height = 13
- Caption = 'Codice:'
- end
- object Pannello: TPanel
- Left = 0
- Top = 64
- Width = 292
- Height = 68
- Align = alBottom
- BevelOuter = bvLowered
- TabOrder = 0
- object Image1: TImage
- Left = 1
- Top = 1
- Width = 290
- Height = 66
- Align = alClient
- Picture.Data = {<image000.bmp>}
- Stretch = True
- end
- object Ok: TButton
- Left = 24
- Top = 16
- Width = 113
- Height = 41
- Caption = 'Ok'
- Enabled = False
- TabOrder = 0
- OnClick = OkClick
- end
- object Cancella: TButton
- Left = 152
- Top = 16
- Width = 113
- Height = 41
- Caption = 'Cancella'
- TabOrder = 1
- OnClick = CancellaClick
- end
- end
- object Nome: TEdit
- Left = 56
- Top = 8
- Width = 89
- Height = 21
- MaxLength = 10
- TabOrder = 1
- OnChange = NomeChange
- end
- object Codice: TEdit
- Left = 56
- Top = 32
- Width = 89
- Height = 21
- TabOrder = 2
- Text = '0'
- OnChange = CodiceChange
- end
- object About: TButton
- Left = 168
- Top = 8
- Width = 105
- Height = 49
- Caption = 'About - Help'
- TabOrder = 3
- OnClick = AboutClick
- end
- end
-